'Declaration Public Overloads Shared Function GetBidiVisual( _
ByVal replaceBibiMirroringPairA value indicating whether the bidirectional mirroring characters must be replaced.As Boolean, _
ByVal isRightToLeftFragmentsA value indicating whether the text fragments are right-to-left text fragments.As Boolean, _
ByVal ParamArray logicalFragmentsThe logical representation of Unicode bidirectional text fragments.() As IUnicodeTextFragment _
) As IUnicodeTextFragment[]
public static IUnicodeTextFragment[] GetBidiVisual(
bool replaceBibiMirroringPair,
bool isRightToLeftFragments,
params IUnicodeTextFragment[] logicalFragments
)
public: static IUnicodeTextFragment*[] GetBidiVisual(
bool replaceBibiMirroringPair,
bool isRightToLeftFragments,
params IUnicodeTextFragment*[]* logicalFragments
)
public:
static IUnicodeTextFragment^[] GetBidiVisual(
bool replaceBibiMirroringPair,
bool isRightToLeftFragments,
... array<IUnicodeTextFragment^>^ logicalFragments
)
Parameters
- replaceBibiMirroringPair
- A value indicating whether the bidirectional mirroring characters must be replaced.
- isRightToLeftFragments
- A value indicating whether the text fragments are right-to-left text fragments.
- logicalFragments
- The logical representation of Unicode bidirectional text fragments.
Return Value
The visual representation of Unicode bidirectional text fragments if logical representation contains bidirectional text; otherwise, null.